-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST/DEPR: fix bunch of Panel deprecation warnings #15965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15965 +/- ##
=======================================
Coverage 91% 91%
=======================================
Files 145 145
Lines 49581 49581
=======================================
Hits 45122 45122
Misses 4459 4459
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #15965 +/- ##
==========================================
+ Coverage 91% 91.01% +<.01%
==========================================
Files 145 145
Lines 49581 49581
==========================================
+ Hits 45122 45124 +2
+ Misses 4459 4457 -2
Continue to review full report at Codecov.
|
pandas/tests/test_sorting.py
Outdated
self.assertEqual(len(left), len(right)) | ||
assert left[k] == right[k[::-1]] | ||
assert left[k] == v | ||
len(left) == len(right) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing assert ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you seen this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just updated. was having some other issues :>
No description provided.